emit row_deleted before we start unreffing the nodes ourselves
authorKristian Rietveld <kris@gtk.org>
Tue, 12 Feb 2002 17:48:02 +0000 (17:48 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Tue, 12 Feb 2002 17:48:02 +0000 (17:48 +0000)
commit67051d64f4f335e8a578602882e215a895614ea5
tree7d9bfd024f80f60d0c42fe52f9953fe2cda86c07
parent1cc88c4cf8ce7b8da715a00122d10161c6fb1ce2
emit row_deleted before we start unreffing the nodes ourselves

Tue Feb 12 14:27:41 2002  Kristian Rietveld  <kris@gtk.org>

        * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): emit
        row_deleted before we start unreffing the nodes ourselves
        (gtk_tree_model_sort_increment_stamp): always increment the stamp,
        and not only if the stamp equals 0 (pointed out by Darin Adler)

        * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): we want
        to continue the while loop and not the nested for loop.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreemodel.c
gtk/gtktreemodelsort.c